home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / COMPILER / SATHER / !Sather / Library / pSather / sa / psather
Text File  |  1997-03-07  |  786b  |  19 lines

  1. ---------------------------> Sather 1.1 source file <--------------------------
  2. -- COPYRIGHT NOTICE: This code is provided WITHOUT ANY WARRANTY
  3. -- and is subject to the terms of the SATHER LIBRARY GENERAL PUBLIC
  4. -- LICENSE contained in the file: sather/doc/license.txt of the
  5. -- Sather distribution. The license is also available from ICSI,
  6. -- 1947 Center St., Suite 600, Berkeley CA 94704, USA.
  7. -------------------------------------------------------------------
  8.  
  9. -- this file is loaded when -psather is NOT used.
  10. -- The compiler will need some classes, so we define them here.
  11.  
  12. abstract class $REENTRANT is end;
  13. abstract class $LOCK is end;
  14. abstract class $ATTACH is end;
  15. immutable class THREAD_ID is end;
  16. immutable class PREFETCH is end;
  17. class LL_LOCK is end;
  18. class SPINLOCK is end;
  19.